body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;outline: none;box-sizing: border-box;}
body{background:#fff;color:#333;overflow-x:hidden;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333;}
dl,dt,dd{margin: 0;}

.clear{
	clear: both;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.w1416{
	width: 1420px;
	margin: 0 auto;
}
.w860{	
	width: 1420px;	
	margin: 0 auto;
}

.home-banner{
	position: relative;
}
.home-banner .item{
	position: relative;
}
.home-banner .banner-title{
	display: none;
}
.home-banner .active .banner-title{
	width: 100%;
	position: absolute;
	bottom: 10%;
	text-align: center;
	display: block;
}
.home-banner .banner-title h3{
	display: none;
}
.home-banner .active .banner-title h3{
	display: block;
	font-size: 48px;
	color: rgba(255,255,255,0.7);
	animation: fadeInDown 1 2s;
}
.home-banner .banner-title h4{
	display: none;
}
.home-banner .active .banner-title h4{
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	animation: fadeInDown 1 2s;
}
.banner-jt{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	border: 1px solid rgba(255,255,255,0.5);
	margin: 45px auto 0;
	position: relative;
}
.banner-jt:hover{
	border: 1px solid rgba(255,255,255,1);
}
.banner-jt img{
	position: absolute;
	width: 10px !important;
	height: 15px !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home-banner .owl-dots{
	position: absolute;
	right: 70px;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
}
.home-banner .owl-dot{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 20px 0;
	opacity: 0.3;
}
.home-banner .owl-dot.active{
	opacity: 0.8;
}
.ohter-link{
	position: absolute;
	right: 70px;
	bottom: 30px;
	z-index: 10;
}
.ohter-link ul li{
	margin: 15px 0;
}
.ohter-link ul li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.header{
	width: 100%;
	height: 77px;
	position: fixed;
	top: 0;
	z-index: 90;
	transition-duration: 0.5s;
	background: rgba(255,255,255,0.1);
}
.search-input{
	display: none;
	border: 2px solid #ccc;
	width: 240px;
	height: 48px;
	position: absolute;
	right: 2%;
	top: 100%;
	zoom: 1;
}
.search-input:after{
	display: block;
	content: '';
	clear: both;
}
.search-input input{
	float: left;
	width: calc(100% - 46px);
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
}
.search-input input:focus{
	box-shadow: none;
}
.search-input-btn{
	float: left;
	width: 46px;
	height: 46px;
	background: #ccc;
	position: relative;
}
.search-input-btn .search-img-s{
	display: block !important;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
}

.spHead{
	background: #ffffff !important;
	box-shadow: 0 0 4px 4px #ccc;
}
.header-nav{
	width: 95%;
	margin: 0 auto;
	zoom: 1;
}
.header-nav:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
	float: left;
	margin-top: 15px;
}
.logo-img{
	display: block;
}
.logo-img-s{
	display: none;
}
.header-fr{
	float: right;
	zoom: 1;
}
.header-fr:after{
	display: block;
	content: '';
	clear: both;
}
.search-btn{
	float: right;
	margin-top: 27.5px;
}
.search-img{
	display: block;
}
.search-img-s{
	display: none;
}
.header-menuBtn{
	float: right;
	margin-right: 20px;
	zoom: 1;
	margin-top: 23.5px;
	cursor: pointer;
}
.header-menuBtn:after{
	display: block;
	content: '';
	clear: both;
}
.menu-line{
	float: left;
	width: 34px;
	height: 30px;
	position: relative;
}
.menu-line span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #ffffff;transition-duration: 0.5s;}
.menu-line span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.menu-line span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.menu-line span:nth-child(3){ width:20px;}

.active_menu .menu-line span:nth-child(3){ opacity:0;}
.active_menu .menu-line span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_menu .menu-line span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.header-menuBtn p{
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 10px;
}

.header-menuList{
	float: right;
	margin-right: 90px;
	/*transition-duration: 0.5s;*/
	display: none;
}
.header-menuList ul{
	white-space: nowrap;
}
.header-menuList ul li{
	display: inline-block;
	font-size: 18px;
	margin-right: 50px;
	line-height: 77px;
	position: relative;
}
.header-menuList ul li:last-child{
	margin-right: 0;
}
.header-menuList ul li a{
	color: #FFFFFF;
}
.header-menuList ul li dl{
	display: none;
	width: 130px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -65px;
	background: rgba(255,255,255,0.1);
	text-align: center;
}
.header-menuList ul li dl dd{
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header-menuList ul li dl dd:last-child{
	border-bottom: none !important;
}
.header-menuList ul li a:hover{
	color: #ed7119;
}
.header-menuList ul li:hover dl{
	display: block;
}
.show-menuList{
	
}
.spHead .logo-img{
	display: none;
}
.spHead .logo-img-s{
	display: block;
}
.spHead .search-img{
	display: none;
}
.spHead .search-img-s{
	display: block;
}
.spHead .menu-line span{
	background: #333;
}
.spHead .header-menuBtn p{
	color: #333;
}
.spHead .header-menuList ul li a{
	color: #333;
}
.spHead .header-menuList ul li a:hover{
	color: #f09218;
}
.spHead .header-menuList ul li dl{
	background: #fff;
}
.spHead .header-menuList ul li dl dd{
	border-bottom: 1px solid #555;
}

.home-about{
	padding: 160px 0;
	zoom: 1;
}
.home-about:after{
	display: block;
	content: '';
	clear: both;
}
.home-about-bg{
	float: left;
	width: 240px;
}
.home-about-bg img{
	display: block;
	width: 100%;
}
.home-about-content{
	float: left;
	width: calc(100% - 240px);
	zoom: 1;
}
.home-about-content:after{
	display: block;
	content: '';
	clear: both;
}
.home-about-fl{
	float: left;
	width: 50%;
	padding: 0 110px;
}
.home-about-fl h5{
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
}
.home-about-fl h3{
	font-size: 38px;
	color: #111111;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.home-about-fl h6{
	font-size: 20px;
	color: #111111;
	font-weight: normal;
	text-align: center;
	margin-bottom: 25px;
}
.home-about-fl p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	text-align: justify;
}
.home-about-fl ul{
	margin-top: 40px;
	width: 100%;
}
.home-about-fl ul li{
	height: 130px;
	border: 1px solid #d9d9d9;
	padding: 20px 0;
	margin-bottom: 38px;
	position: relative;
}
.home-about-fl ul li:last-child{
	margin-bottom: 0;
}
.home-about-fl ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ed7119;
	z-index: 2;
	transition-duration: 0.5s;
}
.home-about-fl ul li:hover:before{
	width: 100%;
}
.home-about-fl ul li a{
	display: flex;
	zoom: 1;
}
.home-about-icon{
	width: 176px;
	text-align: center;
	line-height: 90px;
	position: relative;
	z-index: 4;
}
.home-about-link{
	width: calc(100% - 176px);
	padding-right: 70px;
	position: relative;
	z-index: 4;
}
.home-about-link h4{
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	transition-duration: 0.5s;
}
.home-about-link span{
	font-size: 16px;
	color: #999999;
	transition-duration: 0.5s;
}
.home-about-fl ul li:hover .home-about-link h4{
	color: #fff;
}
.home-about-fl ul li:hover .home-about-link span{
	color: #fff;
}

.home-about-fr{
	float: left;
	width: 50%;
	overflow: hidden;
}
.home-about-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-about-fr img:hover{
	transform: scale(1.1);
}
.home-project{
	position: relative;
	overflow: hidden;
}
.home-projectImg{
	position: relative;
	z-index: 2;
}
.home-projectImg ul li{
	overflow: hidden;
	display: none;
}
.home-projectImg img{
	width: 100%;
	animation: changeScale 1 1.5s;
}
.pc-proImg{
	display: block;
}
.mobile-proImg{
	display: none;
}
.home-project-content{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	padding-top: 70px;
}
.home-project-title{
	zoom: 1;
	margin-bottom: 25px;
}
.home-project-title:after{
	display: block;
	content: '';
	clear: both;
}
.home-project-title h3{
	float: left;
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
}
.home-project-title span{
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
}
.home-project-name{
	display: inline-block;
	padding: 0 15px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}
.home-project-name:before{
	display: block;
	content: '';
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-project-bottom{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.go-more{
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 0.8;
}
.home-project .go-more{
	display: none;
}
.go-more:hover{
	color: #f09218 !important;
}

.project-nameList{
	margin-top: 60px;
	background: rgba(0,0,0,0.55);
}
.project-nameList #demos{
	border-left: 1px solid rgba(255,255,255,0.5);
}
.project-nameList .item{
	border-right: 1px solid rgba(255,255,255,0.5);
	cursor: pointer;
}
.project-nameList .owl-item{
	transition-duration: 0.5s;
}
.project-nameList .item p{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 146px;
}
.project-nameList .owl-prev,.project-nameList .owl-next{
	display: block !important;
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
}
.project-nameList .owl-prev{
	left: -50px;
	background: url(../images/jt-03.png) no-repeat center center;
}
.project-nameList .owl-next{
	right: -50px;
	background: url(../images/jt-02.png) no-repeat center center;
}
.onItem{
	background: #ed7119;
}
.no-click{
	cursor: default !important;
	opacity: 0.4;
}

.home-news{
	padding: 110px 0 90px;
}
.home-news-title{
	margin-bottom: 30px;
}
.home-news-title-fl{
	float: left;
	zoom: 1;
}
.home-news-title-fl:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-title-fl h3{
	float: left;
	font-size: 38px;
	color: #333333;
	font-weight: bold;
}
.home-news-title-fl ul{
	float: left;
	margin-top: 19px;
	margin-left: 20px;
}
.home-news-title-fl ul li{
	float: left;
	font-size: 20px;
	color: #333333;
	margin-right: 30px;
	position: relative;
}
.home-news-title-fl ul li a{
	color: #333333;
	transition-duration: 0.5s;
}
.home-news-title-fl ul li:hover a{
	color: #a48b77;
}
.home-news-title-fl ul li:before{
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background: #333333;
	position: absolute;
	right: -15px;
	top: 7px;
}
.home-news-title-fl ul li:last-child:before{
	display: none;
}
.home-news-title-fr{
	float: right;
	margin-top: 30px;
}
.home-news-title-fr .go-more{
	color: #333333;
}
.home-news-top{
	display: flex;
	height: 364px;
}
.home-news-top-fl{
	width: 33.333%;
	background: #f4f4f4;
	padding: 70px 60px;
	transition-duration: 0.5s;
	border-bottom: 1px solid #fff;
}
.home-news-date01{
	zoom: 1;
}
.home-news-date01:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-date01 h4{
	float: left;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 84px;
	transition-duration: 0.5s;
}
.home-news-date01 h4 span{
	font-size: 110px;
}
.home-news-date01 p{
	float: left;
	font-size: 24px;
	color: #333;
	margin-left: 20px;
	margin-top: 52px;
	transition-duration: 0.5s;
}
.home-news-top-fl h5{
	font-size: 19px;
	color: #333333;
	font-weight: normal;
	line-height: 1.6;
	transition-duration: 0.5s;
}
.home-news-top-fl:hover{
	background: #fff;
	box-shadow: 0 4px 4px 4px #f4f4f4;
}
.home-news-top-fl:hover .home-news-date01 h4{
	color: #a68b72;
}
.home-news-top-fl:hover .home-news-date01 p{
	color: #a68b72;
}
.home-news-top-fl:hover h5{
	color: #a68b72;
}
.home-news-top-fr{
	width: 66.666%;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
}
.home-news-top-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-top-fr-title{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 110px 40px 40px;
	left: 0;
	top: 0;
}
.home-news-top-fr:hover img{
	transform: scale(1.1);
}
.home-news-top-fr p{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.home-news-top-fr h4{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.home-news-bottom ul li{
	float: left;
	width: 33.333%;
	padding: 85px 45px 70px;
	cursor: pointer;
	background: #f4f4f4;
	transition-duration: 0.5s;
	border-right: 1px solid #fff;
}
.home-news-bottom ul li:last-child{
	border-right: none;
}
.home-news-bottom ul li:hover{
	background: #fff;
	box-shadow: 0 4px 4px 4px #f4f4f4;
}
.home-news-bottom ul li h5{
	font-size: 18px;
	color: #555555;
	margin-bottom: 20px;
	transition-duration: 0.5s;
}
.home-news-bottom ul li h4{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 50px;
	transition-duration: 0.5s;
}
.new-more{
	display: inline-block;
	font-size:15px;
	color: #555555;
	position: relative;
	transition-duration: 0.5s;
}
.new-more:before{
	display: block;
	content: '';
	width: 19px;
	height: 13px;
	background: url(../images/jt-04.png) no-repeat;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -6.5px;
	transition-duration: 0.5s;
}
.home-news-bottom ul li:hover h5{
	color: #a68b72;
}
.home-news-bottom ul li:hover h4{
	color: #a68b72;
}
.home-news-bottom ul li:hover .new-more{
	color: #a68b72;
}
.home-news-bottom ul li:hover .new-more:before{
	right: -35px;
	background: url(../images/jt-04a.png) no-repeat;
}
.footer{
	background: #f3f0ee;
}
.footer-top{
	padding: 50px 0 30px;
}
.footer-top-fl{
	float: left;
	width: 30%;
	border-right: 1px solid #e0dddb;
}
.footLogo{
	max-width: 100%;
}
.footer-ewm{
	margin-top: 20px;
	zoom: 1;
}
.footer-ewm:after{
	display: block;
	content: '';
	clear: both;
}
.footer-ewmList{
	float: left;
	width: 111px;
}
.footer-ewmList:nth-child(1){
	margin-right: 65px;
}
.footer-ewmList img{
	display: block;
	width: 100%;
}
.footer-ewmList p{
	font-size: 16px;
	color: #555555;
	text-align: center;
}
.footer-top-fr{
	float: left;
	width: 70%;
	padding-left: 6%;
	zoom: 1;
}
.footer-top-fr:after{
	display: block;
	content: '';
	clear: both;
}
.footer-top-fr dl{
	float: left;
	margin-right: 7%;
}
.footer-top-fr dl:last-child{
	margin-right: 0;
}
.footer-top-fr dl dt{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.footer-top-fr dl dt a{
	color: #333333;
}
.footer-top-fr dl dd{
	font-size: 15px;
	color: #555555;
	margin-bottom: 10px;
}
.footer-top-fr dl dd a{
	color: #555555;
	opacity: 0.7;
	transition-duration: 0.5s;
}
.footer-top-fr dl dd:hover a{
	opacity: 1;
}
.footer-beian{
	padding: 25px 0;
	border-top: 1px solid #cdcbca;
}
.footer-beian p{
	font-size: 18px;
	color: #333333;
	text-align: center;
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -50%;
    z-index: 10000;
}

.dialogTop {
    width: 30%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
    text-align: right;
}

    .dialogTop a {
        color: #fff;
    }

.tc-ss {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}

    .tc-ss ul .sk03 {
        width: 80%;
        float: left;
        background: url(../images/ss1.png) 10px center no-repeat;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 45px;
        border: 1px solid #ed7119;
    }

        .tc-ss ul .sk03 input {
            width: 100%;
            background: none;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

.sk04 input {
    border-radius: 0;
    background: #ed7119;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sk04 input:focus{
	border: none;
    outline: none;
}
.ne-banner{
	position: relative;
	overflow: hidden;
	margin-top: 77px;
}
.ne-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.ne-positionList{
	width: 100%;
	padding: 0 2.5%;
	position: absolute;
	top: 10px;
}
.ne-positionList p{
	font-size: 16px;
	color: #FFFFFF;
}
.ne-positionList p a{
	color: #FFFFFF;
}
.ne-banner-title{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ne-banner-title h3{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	animation: fadeInDown 1 1.5s;
}
.ne-banner-title h4{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	animation: fadeInDown 1 1.5s;
}
.ne-menu{
	width: 100%;
	height: 60px;
	position: relative;
	margin-top: -30px;
}
.ne-menuList{
	background: #FFFFFF;
	box-shadow: 0 4px 10px #e0e0e0;
	animation: fadeInUp 1 1.5s;
}
.ne-menu ul li{
	float: left;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.ne-menu ul li:before{
	display: block;
	content: '';
	width: 1px;
	height: 16px;
	background: #d6d6d6;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.ne-menu ul li:last-child:before{
	display: none;
}
.ne-menu ul li a{
	display: block;
	color: #333333;
}
.ne-menu ul li a:hover{
	color: #f09218;
}
.ne-acitve{
	background: #b89d87;
}
.ne-acitve a{
	color: #FFFFFF !important;
}
.sy-list ul li{
	width: 25%;
}
.service-business{
	padding: 100px 0;
}
.ne-title-com{
	margin-bottom: 40px;
}
.ne-title-com h3{
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
.business-fl{
	float: left;
	width: 100%;
}
.business-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	text-align: justify;
}
.business-img{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.business-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.business-img img:hover{
	transform: scale(1.1);
}
.business-fr{
	float: left;
	width: 34%;
	position: relative;
}
.business-map{
	display: block;
	width: 366px;
	margin: 0 auto;
	position: relative;
}
.map-bg{
	display: block;
	width: 100%;
}
.business-map ul li{
	position: absolute;
	cursor: pointer;
}
.business-map ul li:nth-child(1){
	left: 50px;
    top: 220px;
}
.business-map ul li:nth-child(2){
	left: 95px;
    top: 310px;
}
.business-map ul li:nth-child(3){
	left: 130px;
    top: 255px;
}
.business-map ul li:nth-child(4){
	left: 175px;
    top: 290px;
}
.business-map ul li:nth-child(5){
	left: 180px;
    top: 235px;
}
.business-map ul li:nth-child(6){
	left: 220px;
    top: 210px;
}
.business-map ul li:nth-child(7){
	left: 200px;
    top: 350px;
}
.zb-icon{
	display: block;
	margin: 0 auto;
	width: 31px;
	height: 38px;
	background: url(../images/add01.png) no-repeat;
	transition-duration: 0.5s;
}
.business-map ul li p{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.add-active{
	z-index: 2;	
}
.add-active .zb-icon{
	background: url(../images/add01-s.png) no-repeat;
}
.add-active p{
	color: #f09218 !important;
}
.mdList{
	display: none;
	width: 100%;
	/*height: 230px;*/
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.mdList img{
	display: block;
	width: 100%;
}
.mdList p{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.project-show{
	padding: 70px 0;
	background: #f3f3f3;
	box-shadow: 0 0 5px 5px #e0e0e0;
    position: relative;
}
}
.project-content .item{
	cursor: pointer;
	overflow: hidden;
}
.project-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.project-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.projrct-more{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/more01.png) no-repeat center center #a99386;
}
.project-title{
	width: 100%;
	padding: 30px 20px;
	background: #FFFFFF;
	transition-duration: 0.5s;
}
.project-title h3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
	transition-duration: 0.5s;
}
.project-title p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}

.project-content .item:hover .project-img img{
	transform: scale(1.1);
}
.project-content .item:hover .project-title{
	background: #f09116;
}
.project-content .item:hover .project-title h3{
	color: #FFFFFF;
}
.project-content .item:hover .project-title p{
	color: #FFFFFF;
}

.project-content .owl-controls{
	margin-top: 30px;
	text-align: center;
}
.project-content .owl-dot{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #a99386;
	margin: 0 5px;
	transition-duration: 0.5s;
}
.project-content .owl-dot.active{
	width: 50px;
}

.on-building{
	padding: 90px 0;
	background: #FFFFFF;
}
.on-building-content ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.on-building-content ul li:nth-child(3n){
	margin-right: 0;
}
.building-img{
	width: 100%;
	overflow: hidden;
}
.building-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.building-title{
	width: 100%;
	background: #f3f3f3;
	padding: 30px 20px;
	display: flex;
}
.on-building-content ul li:hover .building-img img{
	transform: scale(1.1);
}
.building-title-fl{
	width: 50%;
	padding-right: 10px;
}
.building-title-fl h3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.building-title-fr{
	width: 50%;
	padding-left: 10px;
}
.building-title-fr p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	text-align: right;
}

.house-property{
	padding: 90px 0;
}
.property-content{
	zoom: 1;
}
.property-content:after{
	display: block;
	content: '';
	clear: both;
}
.property-fr{
	float: right;
	width: 49%;
	overflow: hidden;
}
.property-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.property-fr:hover img{
	transform: scale(1.1);
}
.property-fl{
	float: left;
	width: 49%;
}
.property-fl a{
	color: #333333;
}
.property-fl a:hover{
	color: #f09218;
}
.property-fl h3{
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 45px;
}
.property-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
}
.subsite-banner .item{
	position: relative;
}
.subsite-banner .item img{
	display: block;
	width: 100%;
}
.subsite-banner .active img{
	animation: changeScale 1 1.5s;
}
.subsite-banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.subsite-banner-title h3{
	font-size: 60px;
	color: rgba(255,255,255,0.7);
	font-weight: bold;
	text-shadow: 0 4px 4px #333333;
	text-align: center;
}
.subsite-banner-title h4{
	font-size: 24px;
	color: rgba(255,255,255,0.7);
	font-weight: normal;
	text-shadow: 0 4px 4px #333333;
	text-align: center;
}
.subsite-banner .active .subsite-banner-title h3{
	animation: fadeInDown 1 1.5s;
}
.subsite-banner .active .subsite-banner-title h4{
	animation: fadeInDown 1 1.5s;
}
.subsite-banner .owl-dots{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
}
.subsite-banner .owl-dots .owl-dot{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	margin: 0 10px;
}
.subsite-banner .owl-dots .owl-dot.active{
	background: #f09218;
}

.subsite-about{
	padding: 60px 0 70px;
	background: #FFFFFF;
}
.subsite-title{
	text-align: center;
	margin-bottom: 40px;
}
.subsite-title h3{
	font-size: 48px;
	color: #333333;
	font-weight: normal;
}
.subsite-title p{
	font-size: 18px;
	color: #f09218;
}
.subsite-about-content{
	border-top: 1px solid #d2d2d2;
	padding-top: 60px;
}
.subsite-about-fl{
	float: left;
	width: 50%;
	padding-right: 30px;
}
.subsite-about-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 20px;
	text-indent: 2rem;
	text-align: justify;
}
.subsite-about-fl p:last-child{
	margin-bottom: 0;
}
.subsite-about-fr{
	float: right;
	width: 50%;
	overflow: hidden;
}
.subsite-about-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.subsite-about-fr:hover img{
	transform: scale(1.1);
}
.subsite-merchant{
	padding: 50px 0;
	background: #f3f3f3;
}

.merchant-fn{
	background: #FFFFFF;
	margin-bottom: 45px;
	overflow: hidden;
}
.merchant-fn ul{
	overflow:hidden; 
	zoom:1;
}
.picScroll-left{ width:100%;overflow:hidden;position:relative;padding: 0 60px;}
.merchant-fn ul li{
	float:left; 
	_display:inline;
	width: 216.666px;
	font-size: 24px;
	color: #111111;
	text-align: center;
	line-height: 60px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.5s;
}
.merchant-fn ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #f09218;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition-duration: 0.5s;
}
.merchant-fn .next,.merchant-fn .prev{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 10;
	
}
.merchant-fn .next{
	right: 0;
	background: url(../images/fn-jt02.png) no-repeat;
	background-size: 100% 100%;
}
.merchant-fn .prev{
	left: 0;
	background: url(../images/fn-jt01.png) no-repeat;
	background-size: 100% 100%;
}
.merchant-fn-show{
	font-weight: bold;
	color: #f09218 !important;
}
.merchant-fn-show:before{
	width: 100% !important;
	left: 0 !important;
}

.merchant-name-box .owl-item{
	box-sizing: border-box;
	padding-bottom: 5px;
}
.merchant-icon{
	width: 100%;
	height: 160px;
	background: #FFFFFF;
	text-align: center;
	line-height: 160px;
	box-shadow: 0 4px 4px #dcdbdb;
}
.merchant-icon:nth-child(1){
	margin-bottom: 45px;
}
.merchant-icon img{
	display: inline-block !important;
	vertical-align: middle;
	width: auto !important;
	max-width: 80% !important;
	max-height: 80%;
}
.merchant-icon:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.merchant-name-box .owl-dots{
	margin-top: 50px;
	text-align: center;
}
.merchant-name-box .owl-dots .owl-dot{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	background: #b89d87;
}
.merchant-name-box .owl-dots .owl-dot.active{
	background: #f09218;
}

.subsite-contact{
	padding: 100px 0;
	background: #FFFFFF;
}

.contact-fn{
	background: #f3f3f3;
	margin-bottom: 45px;
}
.contact-fn ul li{
	float: left;
	width: 33.3333%;
	font-size: 24px;
	color: #111111;
	text-align: center;
	line-height: 60px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.5s;
}
.contact-fn ul li:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #f09218;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition-duration: 0.5s;
}
.shcd-list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.shcd-list ul li:nth-child(3n){
	margin-right: 0;
}
.shcd-listImg{
	width: 100%;
	overflow: hidden;
}
.shcd-listImg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.shcd-message{
	background: #f3f3f3;
	padding: 30px 20px;
	transition-duration: 0.5s;
}
.shcd-message h5{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.shcd-message p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	transition-duration: 0.5s;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.shcd-list ul li:hover .shcd-listImg img{
	transform: scale(1.1);
}
.shcd-list ul li:hover .shcd-message{
	background: #f09218;
}
.shcd-list ul li:hover .shcd-message h5{
	color: #FFFFFF;
}
.shcd-list ul li:hover .shcd-message p{
	color: #FFFFFF;
}

.fbt-list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}
.fbt-list ul li:nth-child(3n){
	margin-right: 0;
}
.fbt-img{
	width: 100%;
	overflow: hidden;
}
.fbt-img img{
	display: block;
	width: 100%;
}
.fbt-list ul li h4{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.zs-content h5{
	font-size: 20px;
	font-weight: bold;
	color: #b89d87;
	text-align: center;
	margin-bottom: 10px;
}
.zs-content p{
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
}
.zs-content p strong{
	color: #b89d87;
}
.subsite-hx{
	text-align: center;
	margin-bottom: 30px;
}
.subsite-hx ul li{
	display: inline-block;
	width: 180px;
	height: 48px;
	margin: 0 2px;
	background: #b89d87;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 48px;
	cursor: pointer;
}
.active-hx{
	background: #f09218 !important;
}
.subsite-hxBox{
	/*zoom: 1;*/
	display: flex;
	padding-bottom: 80px;
	position: relative;
}
/*.subsite-hxBox:after{
	display: block;
	content: '';
	clear: both;
}*/
.vr{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.vr a:hover{
	color: #f09218;
}
.subsite-hxBox-float{
	/*float: left;*/
	width: 46%;
	position: relative;
	/*overflow: hidden;*/
}
.subsite-hxBox-float:nth-child(1){
	margin-right: 8%;
	overflow: hidden;
	background: #fff;
}
.subsite-hxBox-float:nth-child(1):hover{
	overflow: initial;
}
.subsite-hxBox-float:nth-child(1) a{
	display: block;
	width: 100%;
	height: 100%;
}
.subsite-hxBox-float:nth-child(1) p{
	z-index: 21 !important;
}
.subsite-hxBox-float img{
	display: block;
	width: 100%;
}
.subsite-hxBox-float p{
	width: 100%;
	background: rgba(255,255,255,0.5);
	font-size: 24px;
	color: #222222;
	text-align: center;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 12;
}
.contact-spList ul li{
	width: 50%;
}

.ne-about-information{
	padding: 60px 0 100px;
}
.about-information-fl{
	float: left;
	width: 55%;
	padding-top: 40px;
}
.ab-title{
	font-size: 36px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
.about-information-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	text-indent: 2rem;
	margin-bottom: 20px;
	text-align: justify;
}
.about-information-fl p:last-child{
	margin-bottom: 0;
}
.about-information-fr{
	float: right;
	width: 45%;
	padding-left: 9%;
}
.about-information-fr li{
	padding: 40px 0 20px;
	border-bottom: 1px solid #e8e8e8;
	zoom: 1;
}
.about-information-fr li:after{
	display: block;
	content: '';
	clear: both;
}
.about-number{
	float: left;
}
.about-icon{
	float: right;
}
.about-number-top{
	zoom: 1;
}
.about-number-top:after{
	display: block;
	content: '';
	clear: both;
}
.about-number-top span:nth-child(1){
	float: left;
	display: block;
	font-size: 72px;
	color: #01949c;
	line-height: 1;
	font-weight: bold;
}
.about-number-top span:nth-child(2){
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	background: #01949c;
	border-radius: 50%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	margin-top: 37px;
	margin-left: 10px;
}
.about-number p{
	font-size: 18px;
	color: #555555;
}
.ne-about-wh{
	padding: 60px 0;
	background: url(../images/nab-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.ne-about-wh .ab-title{
	text-align: center;
}
.about-wh-content ul li{
	float: left;
	width: 23.5%;
	height: 370px;
	margin-right: 2%;
	background: rgba(255,255,255,0.8);
	padding: 70px 35px 0;
	transition-duration: 0.5s;
	position: relative;
	top: 0;
}
.about-wh-content ul li:nth-child(4n){
	margin-right: 0;
}
.about-wh-content ul li h3{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	transition-duration: 0.5s;
}
.about-wh-content ul li h4{
	font-size: 18px;
	color: #b2b2b2;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	transition-duration: 0.5s;
}
.about-wh-content ul li p{
	font-size: 18px;
	color: #777777;
	line-height: 1.7;
	transition-duration: 0.5s;
}
.about-wh-content ul li:hover{
	background: #FFFFFF;
	top: -5px;
	box-shadow: 0 4px 4px #555555;
}
.ne-about-zr{
	padding: 80px 0 120px;
	background: #FFFFFF;
}
.ne-about-zr .ab-title{
	text-align: center;
}
.ne-about-float{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.ne-about-float:nth-child(2n){
	margin-right: 0;
}
.ne-zr-title{
	width: 100%;
	height: 180px;
	padding: 35px 25px;
	background: #f2f2f2;
	transition-duration: 0.5s;
}
.ne-zr-title h4{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	transition-duration: 0.5s;
}
.ne-zr-title p{
	font-size: 18px;
	color: #555555;
	transition-duration: 0.5s;
}
.ne-zr-img{
	width: 100%;
	overflow: hidden;
}
.ne-zr-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ne-about-float:hover .ne-zr-title{
	background: #f09218;
}
.ne-about-float:hover .ne-zr-title h4{
	color: #FFFFFF;
}
.ne-about-float:hover .ne-zr-title p{
	color: #FFFFFF;
}
.ne-about-float:hover .ne-zr-img img{
	transform: scale(1.1);
}
.join-list ul li{
	width: 50%;
}
.ne-join{
	padding: 80px 0 100px;
}
.ne-join p{
	font-size: 18px;
	line-height: 1.8;
}
.ne-join h5{
	font-size: 18px;
	color: #b89d87;
	font-weight: bold;
	margin-bottom: 10px;
}
.ne-join img{
	display: block;
	width: 100%;
	margin-top: 70px;
}
.society-content{
	padding: 80px 0 100px;
}
.society-fn{
	margin-bottom: 70px;
}
.society-fn ul li{
	float: left;
	width: 30%;
	height: 150px;
	border: 1px solid #e8e8e8;
	margin-right: 5%;
	padding-top: 18px;
	text-align: center;
	cursor: pointer;
}
.society-fn ul li:nth-child(3n){
	margin-right: 0;
}
.society-fn ul li img{
	display: block;
	margin: 0 auto;
}
.society-fn ul li p{
	font-size: 20px;
	color: #333333;
	margin-top: 5px;
}
.active-join{
	box-shadow: 0 0 4px 4px #e8e8e8;
}
.active-join p{
	font-weight: bold;
	color: #f09218 !important;
}

.society-join-title{
	display: flex;	
	background: #b89d87;
}
.society-join-title span{
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}
.society-contenter .menu_tab {
  	width: 100%;
  	height: auto;
}
.society-contenter .menu_tab li{
	border: 1px solid #d8d8d8;
	border-top: none;
}
.society-contenter label{
  	display: flex;
  	color: #fff;
  	background: #ffffff;
}
.society-contenter label span{
	width: 20%;
	font-size: 18px;
	color: #323232;
	text-align: center;
	line-height: 70px;
}
.society-contenter label span i{
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url(../images/jt-05.png) no-repeat center center #d1d1d1;
	margin: 18px auto;
	transform: rotate(-90deg);
	transition-duration: 0.5s;
}

.society-contenter label.selected{
  	background: #f2f2f2;
}
.society-contenter label.selected span i{
	background: url(../images/jt-05.png) no-repeat center center #b89d87;
	transform: rotate(0deg);
}
.society-contenter .tab_content {
  	display: none;
  	width: 100%;
  	background: #f7f7f7;
  	padding: 35px 60px;
}
.tab_content-flex{
	display: flex;
	margin-bottom: 15px;
}
.tab_content-nav{
	width: 50%;
}
.tab_content-nav:nth-child(1){
	padding-right: 40px;
}
.tab_content-nav:nth-child(2){
	padding-left: 40px;
}
.tab_content-nav h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.tab_content-nav p{
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
}
.submit-offer{
	font-size: 16px;
	color: #b89d87;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
}
.news-list ul li{
	width: 33.3333%;
}
.ne-news-content{
	padding: 80px 0;
}
.news-lunbo-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news-lunbo-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.news-lunbo-date{
	position: absolute;
	width: 80px;
	height: 70px;
	padding-top: 10px;
	background: #999999;
	left: 0;
	top: 0;
	transition-duration: 0.5s;
}
.news-lunbo-date span:nth-child(1){
	display: block;
	font-size: 36px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.8;
}
.news-lunbo-date span:nth-child(2){
	display: block;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.8;
}
.news-lunbo .item h4{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.news-lunbo .item p{
	font-size: 14px;
	color: #777777;
	font-family: "宋体";
	line-height: 1.6;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
}
.news-lunbo .item:hover .news-lunbo-img img{
	transform: scale(1.1);
}
.news-lunbo .item:hover .news-lunbo-date{
	background: #f09218;
}
.news-lunbo .owl-dots{
	margin-top: 30px;
	text-align: center;
}
.news-lunbo .owl-dots .owl-dot{
	display: inline-block;
	margin: 0 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #b89d87;
}
.news-lunbo .owl-dots .owl-dot.active{
	background: #f09218;
}

.ne-newsList{
	margin-top: 30px;
	border-top: 1px solid #e2e2e2;
}
.ne-newsList ul li{
	border-bottom: 1px dashed #e2e2e2;
}
.ne-newsList-message{
	padding: 30px 0;
	zoom: 1;
}
.ne-newsList-message:after{
	display: block;
	content: '';
	clear: both;
}
.ne-newsList-date{
	float: left;
	width: 70px;
	border: 1px solid #cccccc;
	transition-duration: 0.5s;
}
.ne-newsList-date span:nth-child(1){
	display: block;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: #cccccc;
	line-height: 60px;
	transition-duration: 0.5s;
}
.ne-newsList-date span:nth-child(2){
	display: block;
	font-size: 14px;
	color: #555555;
	text-align: center;
	line-height: 30px;
	transition-duration: 0.5s;
}
.ne-newsList-nav{
	float: left;
	width: calc(100% - 70px);
	padding-left: 35px;
}
.ne-newsList-nav h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	transition-duration: 0.5s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.ne-newsList-nav p{
	font-size: 16px;
	color: #777777;
	line-height: 1.6;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.ne-newsList ul li:hover .ne-newsList-date{
	border: 1px solid #f09218;
}
.ne-newsList ul li:hover .ne-newsList-date span:nth-child(1){
	background: #f09218;
	color: #FFFFFF;
}
.ne-newsList ul li:hover .ne-newsList-date span:nth-child(2){
	color: #f09218;
}
.ne-newsList ul li:hover .ne-newsList-nav h3{
	color: #f09218;
}
.ne-newsList ul li:hover .ne-newsList-nav p{
	color: #f09218;
}
.jianT{width: 100%; text-align: center;padding-top: 40px;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 34px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li:nth-child(1){width:54px;}
.jianT li:nth-last-child(1){width:54px;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#f09218;color:#fff;}
.jianT li .on{ background:#f09218; color:#fff;display:block;}

.ne-banner-title h2{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: normal;
}
.ne-banner-title h5{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
}
.chants-list{
	height: 80px;
	margin-top: -40px;
}
.chants-list ul li{
	width: 33.333%;
}
.chants-list ul li p{
	font-size: 20px;
	color: #333333;
	line-height: 80px;
}
.chants-list ul li p span{
	font-size: 36px;
}
.merchants-content{
	padding: 80px 0 140px;
}
.merchants-content h3{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
.merchants-entBox{
	display: flex;
}
.merchants-entrance{
	width: 49%;
}
.merchants-entrance:nth-child(1){
	margin-right: 2%;
}
.merchants-entImg{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.merchants-entImg-bg{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.merchants-entImg-icon{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36.5px;
	margin-top: -36.5px;
}
.merchants-entTitle{
	background: #f2f2f2;
	padding: 15px 0 35px;
	text-align: center;
}
.merchants-entTitle h4{
	font-size: 30px;
	color: #333333;
	margin-bottom: 5px;
}
.merchants-entTitle p{
	font-size: 20px;
	color: #555555;
	line-height: 1.6;
	margin-bottom: 20px;
}
.go-entrance{
	display: block;
	margin: 0 auto;
	width: 184px;
	height: 44px;
	border-radius: 44px;
	background: #b89d87;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	transition-duration: 0.5s;
	cursor: pointer;
}
.go-entrance span{
	padding-right: 25px;
	color: #FFFFFF;
	position: relative;
}
.go-entrance span:before{
	display: block;
	content: '';
	width: 16px;
	height: 11px;
	background: url(../images/jt-06.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5.5px;
	transition-duration: 0.5s;
}
.go-entrance:hover{
	background: #f09218;
}
.go-entrance:hover span:before{
	right: -5px;
}
.merchants-popup{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 92;
}
.merchants-popupBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.merchants-popContent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 650px;
	background: #FFFFFF;
	padding: 35px 100px 60px;
}
.merchants-popContent h3{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
.merchants-popContent ul{
	width: 100%;
	margin-top: 30px;
}
.merchants-popContent ul li{
	width: 100%;
	margin-bottom: 20px;
}
.merchants-list{
	width: 100%;
	border: 1px solid #7f8faf;
	border-radius: 5px;
	zoom: 1;
}
.merchants-list:after{
	display: block;
	content: '';
	clear: both;
}
.merchants-list img{
	float: left;
	width: 17px;
	margin-left: 10px;
	margin-top: 11px;
}
.merchants-list input{
	width: calc(100% - 27px);
	height: 40px;
	padding-left: 15px;
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	color: #333333;
	font-family: "宋体";
}
.merchants-list input:focus{
	box-shadow: none;
	background: none;
}
.get-yzm{
	display: flex;
}
.get-yzm .merchants-list{
	width: 70%;
	margin-right: 1%;
}
.send-yzm{
	width: 29%;
	height: 42px;
	background: #2d94f1;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.submitBtn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	background: #f09218;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
	cursor: pointer;
}
.close-pop{
	width: 40px;
	height: 40px;
	background: url(../images/close.jpg) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 40%;
    float: left;
    margin-top: 9px;
    margin-left: 3%;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #FFFFFF;}
.mobile-inner-header-icon{color: #094a7c;background: #FFFFFF; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #f09218;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#f09218; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#f09218;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/
.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:26px;font-weight: normal; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;zoom: 1;}
.new-nr-zi:after{
	display: block;
	content: '';
	clear: both;
}.new-nr-zi img{	max-width: 100%;}
.new-nr-fl{
	float: left;
	width: 49%;
}
.new-nr-fr{
	float: right;
	width: 49%;
}
.new-nr-fr img{
	display: block;
	width: 100%;
}

.contact{width: 100%;padding: 100px 0;}
.contact-nav{zoom: 1;}
.contact-nav:after{display: block;content: "";clear: both;}
.contact-left{float: left;width: 70%;}
.contact-right{float: left;width: 30%;height: 560px; background: #f09218;color: #FFFFFF;position: relative;}
.contact-right-dw{width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
.contact-right h3{padding-left:15%; font-size: 24px;font-weight: bold;margin-bottom: 38px;color: #fff;}
.contact-right p{font-size: 16px;padding-left:15%; margin-bottom: 30px;color: #fff;}
.contact-right img{display: block;margin: 0 auto;}
.map{height:560px;}

.slwy-img-top{
	margin-bottom: 30px;
}
.slwy-img-top ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
}
.slwy-img-top ul li:nth-child(3n){
	margin-right: 0;
}
.slwy-img-top ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.slwy-img-top ul li:hover img{
	transform: scale(1.1);
}

.slwy-img-bottom{
	margin-top: 30px;
}
.slwy-img-bottom ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	overflow: hidden;
}
.slwy-img-bottom ul li:nth-child(3n){
	margin-right: 0;
}
.slwy-img-bottom ul li img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.slwy-img-bottom ul li:hover img{
	transform: scale(1.1);
}
.slwy-content p{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
	text-indent: 2rem;
}

.ne-about-content{
	margin-bottom: 30px;
}
.ne-zrList{
	display: block;
	margin: 0 auto;
	width: 90px;
	font-size: 18px;
	color: #333;
	text-align: center;
	transition-duration: 0.5s;
}
.ne-zrList:hover{
	color: #ed7119;
}

.popup{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 9999;
}
.popup-img{
	position: absolute;
	width: 70%;
	height: 80%;
	left: 15%;
	top: 10%;
	background: #fff;
	padding: 40px 50px;
}
.popup-img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.close{
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.subsite-hxBox-float .slideBox .bd{ position:relative;z-index:0;}
.subsite-hxBox-float .slideBox .bd li{ zoom:1; vertical-align:middle; }
.subsite-hxBox-float .slideBox .bd img{ width:100%;display:block;  }

iframe{
	position: absolute;
	width: 1416px;
	height: 100%;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	border: none !important;
	z-index: 20;
}
iframe::-webkit-scrollbar { width: 0 !important }

.banner-map{
	margin-top: 77px;
	width: 100%;
	padding: 30px 0 50px;
	background: #eff2f7;
	position: relative;
}
.banner-map .ne-positionList p{
	color: #333;
}
.banner-map .ne-positionList p a{
	color: #333;
}
.pc-banner-map{
	display: flex;
}
.banner-mapFl{
	width: 40%;
	position: relative;
}
.banner-mapFl img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.add-icon{
	position: absolute;
	width: 31px;
    height: 38px;
    background: url(../images/add01.png) no-repeat;
    bottom: 160px;
    left: 240px;
}
.add-list{
	position: absolute;
	zoom: 1;
}
.add-list:after{
	display: block;
	content: '';
	clear: both;
}
.cir{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7e7e7d;
	position: relative;
	margin-top: 8px;
}
.cir:before{
	display: block;
	content: '';
	width: 104px;
	height: 1px;
	background: #7e7e7d;
	position: absolute;
	top: 50%;
}
.banner-mapFl .add-list{
	right: 0;
    bottom: 159px;
}
.banner-mapFl .add-list .cir:before{
	right: 8px;
}
.banner-mapFr{  
	width: 60%;
	position: relative;
}
.localName{
	float: left;
	margin-left: 5px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
.add-list ul{
	float: left;
	width: 108px;
	line-height: 24px;
	margin-left: 10px;
}
.add-list ul li{
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
}
.add-list ul li a{
	color: #f09218;
}
.banner-mapFr img{
	display: block;
	margin: 0 auto;
}
.banner-nj{
	width: 96%;
	height: 100%;
	position: absolute;
	left: 2%;
	top: 0;
}
.banner-nj .add-list:nth-child(odd){
	right: 0;
}
.banner-nj .add-list:nth-child(odd) .cir:before{
	right: 8px;
}
.banner-nj .add-list:nth-child(even){
	left: 0;
}
.banner-nj .add-list:nth-child(even) .cir{
	float: right;
}
.banner-nj .add-list:nth-child(even) .localName{
	float: right;
	margin-left: 0;
	margin-right: 5px;
}
.banner-nj .add-list:nth-child(even) ul{
	float: right;
	text-align: right;
	margin-left: 0;
	margin-right: 10px;
}
.banner-nj .add-list:nth-child(2) .cir:before{
	left: 8px;
}
.banner-nj .add-list:nth-child(1){
	top: 56px;
}
.banner-nj .add-list:nth-child(1) .cir:before{
	width: 200px;
}
.banner-nj .add-list:nth-child(2){
	top: 176px;
}
.banner-nj .add-list:nth-child(2) .cir:before{
	width: 180px;
}
.banner-nj .add-list:nth-child(3){
	top: 155px;
}
.banner-nj .add-list:nth-child(3) .cir:before{
	width: 170px;
}
.banner-nj .add-list:nth-child(4){
	top: 210px;
}
.banner-nj .add-list:nth-child(4) .cir:before{
	width: 215px;
}
.banner-nj .add-list:nth-child(5){
	top: 210px;
}
.banner-nj .add-list:nth-child(5) .cir:before{
	width: 215px;
}
.banner-nj .add-list:nth-child(6){
	top: 245px;
}
.banner-nj .add-list:nth-child(6) .cir:before{
	width: 196px;
}
.banner-nj .add-list:nth-child(7){
	top: 241px;
}
.banner-nj .add-list:nth-child(7) .cir:before{
	width: 218px;
}
.banner-nj .add-list:nth-child(8){
	top: 284px;
}
.banner-nj .add-list:nth-child(8) .cir:before{
	width: 154px;
}
.banner-nj .add-list:nth-child(9){
	top: 374px;
}
.banner-nj .add-list:nth-child(9) .cir:before{
	width: 180px;
}
.banner-nj .add-list:nth-child(10){
	top: 425px;
}
.banner-nj .add-list:nth-child(10) .cir:before{
	width: 205px;
}
.banner-nj .add-list:nth-child(10) .cir:after{
	display: block;
	content: '';
	width: 1px;
	height: 100px;
	background: #7e7e7d;
	position: absolute;
	left: 205px;
	bottom: 3px;
}
.banner-nj .add-list:nth-child(11){
	top: 495px;
}
.banner-nj .add-list:nth-child(11) .cir:before{
	width: 170px;
}

.localImg{
	display: none;
	width: 360px;
	position: absolute;
	z-index: 5;
}
.localImg img{
	width: 100%;
}
.banner-mapFl .localImg{
	right: 224px;
    top: 113px;
}
.banner-mapFl .add-list ul li:hover .localImg{
	display: block;
}
.banner-nj .add-list:nth-child(odd) .localImg{
	right: 224px;
   	top: 50%;
    margin-top: -113px;
}
.banner-nj .add-list:nth-child(even) .localImg{
	left: 224px;
    top: 50%;
    margin-top: -113px;
}
.banner-mapFr .add-list ul li:hover .localImg{
	display: block;
}
.mobile-hx{
	display: none !important;
}

.mobile-banner-map{
	display: none;
}

.mobile-cityList{
	margin-bottom: 10px;
}	
.mobile-cityList ul li{
	float: left;
	width: 49%;
	height: 40px;
	margin-right: 2%;
	background: #fff;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.mobile-cityList ul li:nth-child(2n){
	margin-right: 0;
}
.mobile-hover{
	background: #f09218 !important;
	color: #fff !important;
}

.mobile-SyList{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.mobile-SyList img{
	display: block;
	width: 100%;
}
.mobile-SyList p{
	width: 100%;
	position: absolute;
	background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
	bottom: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.mobile-areaList ul li{
	float: left;
	width: 23.5%;
	height: 30px;
	margin-right: 2%;
	margin-bottom: 5px;
	background: #fff;
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
}
.mobile-areaList ul li:nth-child(4n){
	margin-right: 0;
}
.kjcx-list{
	width: 100%;
}
.kjcx-list:nth-child(1){
	margin-bottom: 110px;
}
.kjcx-title{
	text-align: center;
	margin-bottom: 20px;
}
.kjcx-title h3{
	display: inline-block;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
}
.kjcx-title span{
	display: inline-block;
	font-size: 24px;
	color: #f09218;
}
.kjcx-list p{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-align: center;
}
.kjcx-list img{
	display: block;
	width: 100%;
	margin-top: 10px;
}

.kjcx-content{
	padding-top: 90px;
}

.sh-detail{
	padding: 100px 0;
}
.sh-img{
	float: left;
	width: 50%;
	overflow: hidden;
}
.sh-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.sh-img:hover img{
	transform: scale(1.1);
}
.sh-message{
	float: left;
	width: 44%;
	margin-left: 6%;
}
.sh-name{
	zoom: 1;
	margin-bottom: 30px;
}
.sh-name:after{
	display: block;
	content: '';
	clear: both;
}
.sh-name span{
	float: left;
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 46px;
	margin-right: 20px;
}
.sh-name h4{
	float: left;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
}
.sh-otherImg-list{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.sh-otherImg-list img{
	display: block;
	width: 100%;
}
.sh-message-content{
	margin-top: 20px;
	margin-bottom: 30px;
}
.sh-message-content h4{
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 46px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
}
.sh-message-js{
	width: 100%;
	height: 240px;
	padding-right: 15px;
	overflow-y: scroll;
}
.sh-message-js::-webkit-scrollbar {
    width: 4px;    
    height: 4px;
}
.sh-message-js::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #f09218;
    background: #f09218;
}
.sh-message-js::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}


.sh-message-content p{
	font-size: 16px;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}
.sh-lx ul li{
	padding: 5px 0;
	zoom: 1;
	border-bottom: 1px solid #c1c1c1;
}
.sh-lx ul li:after{
	display: block;
	content: '';
	clear: both;
}
.sh-lx ul li span{
	float: left;
	width: 155px;
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 46px;
	padding-right: 25px;
	position: relative;
	margin-right: 30px;
}
.sh-lx ul li span:before{
	display: block;
	content: '';
	width: 12px;
	height: 20px;
	background: url(../images/jt08.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 13px;
}
.sh-lx ul li p{
	float: left;
	width: calc(100% - 185px);
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 46px;
}
.zs-content img{
	max-width: 100%;
}
.merchant-fn .bd{overflow: hidden;}

.footer-beian p span:nth-child(1){
		margin-right: 30px;
	}

@media only screen and (max-width: 1500px){
	.home-about{
		padding: 120px 0;
	}
	.home-about-bg{
		width: 200px;
	}
	.home-about-content{
		width: calc(100% - 200px);
	}
	.home-about-fl{
		padding: 0 50px;
	}
	.home-about-fl h5{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.home-about-fl h3{
		font-size: 34px;
		/*margin-bottom: 15px;*/
	}
	.home-about-fl h6{
		margin-bottom: 20px;
	}
	.home-about-fl ul{
		width: 100%;
		margin-top: 20px;
	}
	.home-about-link{
		padding-right: 5px;
	}
	
	.home-about-icon{
		width: 120px;
		line-height: 70px;
	}
	.home-about-link{
		width: calc(100% - 120px);
		padding-top: 0px;
	}
	.home-about-link h4{
		font-size: 20px;
	}
	.home-about-icon img{
		width: 50px;
	}
	.home-about-link span{
		display: block;
		font-size: 15px;
    	line-height: 1.4;
	}
	.w1416{
		width: 1280px;
	}
	iframe{
		width: 1280px;
	}
	.wrap{
		height:490px !important;
	}
	.home-project-title h3{
		font-size: 34px;
	}
	.home-project-title span{
		font-size: 18px;
		margin-top: 19px;
	}
	.home-project-name{
		font-size: 24px;
	}
	.project-nameList .item p{
		font-size: 22px;
		line-height: 96px;
	}
	.home-news{
		padding: 60px 0 40px;
	}
	.home-news-title-fl h3{
		font-size: 34px;
	}
	.home-news-title-fl ul li{
		font-size: 18px;
	}
	.home-news-date01 h4{
		font-size: 26px;
		line-height: 68px;
	}
	.home-news-date01 h4 span{
		font-size: 90px;
	}
	.home-news-date01 p{
		font-size: 22px;
		margin-top: 38px;
	}
	.home-news-top-fl{
		padding: 55px 50px;
	}
	.home-news-top-fl h5{
		font-size: 17px;
	}
	.home-news-top-fr h4{
		font-size: 24px;
	}
	.home-news-bottom ul li{
		padding: 70px 40px 65px;
	}
	.home-news-top{
		height: 332px;
	}
	.home-about-fl ul li{
		height: 77px;
		padding: 10px 0;
		margin-bottom: 25px;
	}
	.home-about-fl ul li:before{
		height: 77px;
	}
	.home-about-icon{
		line-height: 50px;
	}
	.ab-title{
		font-size: 32px;
	}
	.about-information-fl p{
		font-size: 16px;
		line-height: 1.8;
	}
	.about-number-top span:nth-child(1){
		font-size: 60px;
	}
	.about-number-top span:nth-child(2){
		margin-top: 26px;
	}
	.about-number p{
		font-size: 16px;
	}
	.ne-about-information {
	    padding: 50px 0 80px;
	}
	.about-wh-content ul li{
		padding: 50px 35px 0;
		height: 350px;
	}
	.about-wh-content ul li h3{
		font-size: 28px;
	}
	.about-wh-content ul li h4{
		font-size: 20px;
	}
	.about-wh-content ul li p{
		font-size: 16px;
		line-height: 1.8;
	}
	.ne-about-zr{
		padding: 60px 0 100px;
	}
	.ne-zr-title{
		height: 170px;
	}
	.ne-zr-title h4{
		font-size: 26px;
	}
	.ne-zr-title p{
		font-size: 16px;
		line-height: 1.8;
	}
	.ne-title-com{
		margin-bottom: 30px;
	}
	.ne-title-com h3{
		font-size: 32px;
	}
	.business-fl p{
		font-size: 16px;
		line-height: 1.8;
	}
	.business-map{
		width: 336px;
	}
	.project-show{
		padding: 50px 0;
	}
	.on-building{
		padding: 60px 0;
	}
	.project-title h3{
		font-size: 18px;
	}
	.building-title-fl h3{
		font-size: 18px;
	}
	.building-title-fr p{
		font-size: 14px;
	}
	.subsite-title h3{
		font-size: 36px;
	}
	.subsite-title p{
		font-size: 16px;
	}
	.subsite-about-fl p{
		font-size: 16px;
	}
	.merchant-fn ul li{
		font-size: 22px;
	}
	.merchant-icon{
		height: 140px;
		line-height: 140px;
	}
	.contact-fn ul li{
		font-size: 22px;
	}
	.shcd-message h5{
		font-size: 18px;
	}
	.property-fl h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.property-fl p{
		font-size: 16px;
		line-height: 1.8;
	}
	.subsite-hx ul li{
		width: 170px;
    	height: 44px;
    	font-size: 20px;
    	line-height: 44px;
	}
	.subsite-title{
		margin-bottom: 30px;
	}
	.subsite-hxBox-float p{
		font-size: 22px;
	}
	.ne-join p{
		font-size: 16px;
		text-align: justify;
	}
	.ne-join img{
		margin-top: 50px;
	}
	.merchants-content h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.merchants-entTitle h4{
		font-size: 26px;
	}
	.merchants-entTitle p{
		font-size: 16px;
	}
	.go-entrance{
		font-size: 16px;
	}
	.footer-top-fr dl {
	    margin-right: 6%;
	}
	.contact-right h3{padding-left: 12%;}
	.contact-right p{padding-left: 12%;}
	
	.header-menuList{
		margin-right: 40px;
	}
	.header-menuList ul li{
		margin-right: 40px;
	}
	
	.cir:before{
		width: 50px;
	}
	.banner-nj .add-list:nth-child(1) .cir:before {
	    width: 160px;
	}
	.banner-nj .add-list:nth-child(2) .cir:before {
	    width: 120px;
	}
	.banner-nj .add-list:nth-child(3) .cir:before {
	    width: 88px;
	}
	.banner-nj .add-list:nth-child(4) .cir:before {
	    width: 170px;
	}
	.banner-nj .add-list:nth-child(5) .cir:before {
	    width: 174px;
	}
	.banner-nj .add-list:nth-child(6) .cir:before {
	    width: 160px;
	}
	.banner-nj .add-list:nth-child(7) .cir:before {
	    width: 177px;
	}
	.banner-nj .add-list:nth-child(8) .cir:before {
	    width: 130px;
	}
	.banner-nj .add-list:nth-child(9) .cir:before {
	    width: 112px;
	}
	.banner-nj .add-list:nth-child(10) .cir:before {
	    width: 184px;
	}
	.banner-nj .add-list:nth-child(10) .cir:after{
		left: 184px;
	}
	.banner-nj .add-list:nth-child(11) .cir:before {
	    width: 115px;
	}
	.kjcx-list p{
		font-size: 16px;
	}
	.kjcx-title h3{
		font-size: 32px;
	}
	.kjcx-title span{
		font-size: 20px;
	}
	.sh-name span{
		font-size: 22px;
	}
	.sh-name h4{
		font-size: 26px;
	}
	.sh-message-content h4{
		font-size: 22px;
	}
	.sh-lx ul li span{
		font-size: 22px;
	}
	.sh-lx ul li p{
		font-size: 22px;
	}
	
	.sh-message-js{
		height: 188px;
	}
	.merchant-fn ul li{
		width: 193.333px;
	}
}
@media only screen and (max-width: 1366px){
	iframe{
		width: 1200px;
	}
	.w1416{
		width: 1200px;
	}
	.header-menuList ul li{
		margin-right: 24px;
	}
	.header-menuList{
	    margin-right: 30px;
	}
	.home-about-fl h3{
		font-size: 34px;
	}
	.home-about-fl ul{
		margin-top: 10px;
	}
	.home-about-fl h6 {
	    margin-bottom: 15px;
	}
	.footer-top-fr {
	    padding-left: 6%;
	}
	.footer-top-fr dl{
		margin-right: 5%;
	}
	.home-news-top{
		height: 310px;
	}
	.home-news-top-fl {
	    padding: 45px 40px;
	}
	.home-about-link{
		padding-top: 0;
	}
	.home-about-fl ul li{
	    height: 80px;
	    margin-bottom: 11px;
	    padding: 5px 0;
	}
	.home-about-icon{
		line-height: 70px;
	}
	.home-about-fl ul li:before{
		height: 80px;
	}
	.about-information-fr li{
		padding: 40px 0 21px;
	}
	.business-fr{
		width: 30%;
	}
	.building-title-fr{
		padding-left: 0;
	}
	.subsite-banner-title h3{
		font-size: 50px;
	}
	.subsite-banner-title h4{
		font-size: 20px;
	}
	.subsite-banner .owl-dots .owl-dot{
		width: 16px;
		height: 16px;
		margin: 0 6px;
	}
	.subsite-banner .owl-dots{
		bottom: 30px;
	}
	.cir:before{
		width: 17px;
	}
	.banner-nj .add-list:nth-child(1) .cir:before {
	    width: 130px;
	}
	.banner-nj .add-list:nth-child(2) .cir:before {
	    width: 90px;
	}
	.banner-nj .add-list:nth-child(3) .cir:before {
	    width: 58px;
	}
	.banner-nj .add-list:nth-child(4) .cir:before {
	    width: 140px;
	}
	.banner-nj .add-list:nth-child(5) .cir:before {
	    width: 144px;
	}
	.banner-nj .add-list:nth-child(6) .cir:before {
	    width: 130px;
	}
	.banner-nj .add-list:nth-child(7) .cir:before {
	    width: 147px;
	}
	.banner-nj .add-list:nth-child(8) .cir:before {
	    width: 100px;
	}
	.banner-nj .add-list:nth-child(9) .cir:before {
	    width: 82px;
	}
	.banner-nj .add-list:nth-child(10) .cir:before {
	    width: 154px;
	}
	.banner-nj .add-list:nth-child(10) .cir:after{
		left: 154px;
	}
	.banner-nj .add-list:nth-child(11) .cir:before {
	    width: 85px;
	}
	.sh-message-js{
		height: 157px;
	}
	.w860{	
		width: 860px;	
	}
}
@media only screen and (max-width: 769px){
	.header{
		display: none;
	}
	.home-banner .active .banner-title h3{
		font-size: 20px;
	}
	.home-banner .banner-title h4{
		font-size: 16px;
	}
	.banner-jt{
		display: none;
	}
	.ohter-link{
		display: none;
	}
	.home-banner .owl-dots{
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		transform: translateY(0);
		right: 0;
	}
	.home-banner .owl-dots .owl-dot{
		display: inline-block;
		margin: 0 5px;
	}
	.home-about{
		padding: 30px 0;
	}
	.home-about-bg{
		display: none;
	}
	.home-about-content{
		width: 100%;
	}
	.home-about-fl{
		width: 100%;
		padding: 0 3%;
	}
	.home-about-fl h5{
		font-size: 16px;
	}
	.home-about-fl h3{
	    font-size: 22px;
	}
	.home-about-fl p{
		line-height: 1.8;
	}
	.home-about-fl ul li{
		height: auto;
		padding: 15px 10px;
	}
	.home-about-icon{
		display: none;
	}
	.home-about-link{
		width: 100%;
		padding-right: 0;
	}
	.home-about-fr{
		width: 100%;
		margin-top: 20px;
	}
	.w1416{
		width: 94%;
	}
	.project-nameList{
		padding: 0 30px;
	}
	.project-nameList .item p {
	    font-size: 16px;
	    line-height: 40px;
	}
	.project-nameList .owl-next{
		right: -25px;
		background-size: 50% 50% !important;
	}
	.project-nameList .owl-prev{
		left: -25px;
		background-size: 50% 50% !important;
	}
	.pc-proImg{
		display: none;
	}
	.mobile-proImg{
		display: block;
	}
	.home-project-content{
		padding-top: 30px;
	}
	.home-project-title h3 {
	    font-size: 26px;
	}
	.home-project-title span{
	    font-size: 16px;
	    margin-top: 12px;
	}
	.home-project-title{
		margin-bottom: 15px;
	}
	.home-project-name{
		font-size: 20px;
		padding: 0 6px;
	}
	.go-more{
		opacity: 1;
	}
	.home-news{
		padding: 30px 0 20px;
	}
	.home-news-title-fl h3{
		font-size: 26px;
	}
	.home-news-title-fl ul li {
	    font-size: 16px;
	}
	.home-news-title-fl ul li:nth-child(1):before{
		height: 14px;
		right: -10px;
	}
	.home-news-title-fl ul{
		margin-top: 11px;
		margin-left: 10px;
	}
	.home-news-title-fl ul li:nth-child(1){
		margin-right: 20px;
	}
	.home-news-title-fr {
	    float: left;
	    margin-top: 20px;
	}
	.home-news-top{
		display: block;
		height: auto;
	}
	.home-news-top-fl{
		width: 100%;
		padding: 20px 10px;
	}
	.home-news-date01 h4 span {
	    font-size: 54px;
	}
	.home-news-date01 h4{
		font-size: 20px;
    	line-height: 42px;
	}
	.home-news-date01 p{
		margin-top: 17px;
	}
	.home-news-top-fl h5{
	    font-size: 16px;
	}
	.home-news-top-fr{
		width: 100%;
	}
	.home-news-top-fr-title{
		padding: 20px 10px;
	}
	.home-news-top-fr p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.home-news-top-fr h4{
	    font-size: 18px;
	}
	.home-news-bottom ul li{
		width: 100%;
		height: auto !important;
		padding: 20px 10px;
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 10px;
	}
	.home-news-bottom ul li h5{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.home-news-bottom ul li h4{
		 font-size: 18px;
		 margin-bottom: 30px;
	}
	.footer-top-fl{
		width: 100%;
		border-right: none;
	}
	.footer-top-fr{
		display: none;
	}
	.footer-beian{
		padding: 10px 3%;
	}
	.footer-beian p{
		font-size: 14px;
	}
	.footer-beian p span{
		display: block;
	}
	.ne-menu{
		display: none;
	}
	.ne-banner-title h3{
		font-size: 20px;
	}
	.ne-banner-title h4{
		font-size: 20px;
	}
	.ne-positionList{
		position: relative;
		top: 0;
	}
	.ne-positionList p{
		font-size: 14px;
    	line-height: 28px;
		color: #333333;
	}
	.ne-positionList p a{
		color: #333333;
	}
	.ne-banner-title{
		top: 44%;
	}
	.ne-about-information{
		padding: 30px 0 40px;
	}
	.about-information-fl{
		width: 100%;
		padding-top: 0;
	}
	.ab-title{
		font-size: 26px;
		text-align: center;
		margin-bottom: 20px;
	}
	.about-information-fr{
		width: 100%;
		padding-left: 0;
	}
	.about-wh-content ul li{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 20px 10px;
	}
	.about-wh-content ul li h3 {
	    font-size: 22px;
	}
	.about-wh-content ul li h4 {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ne-about-zr{
		padding: 30px 0 50px;
	}
	.ne-about-float{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.ne-zr-title{
		height: auto;
		padding: 20px 10px;
	}
	.ne-zr-title h4 {
	    font-size: 22px;
	}
	.service-business{
		padding: 30px 0;
	}
	.ne-title-com h3{
		font-size: 26px;
	}
	.business-fl{
		width: 100%;
	}
	.business-fr{
		width: 100%;
	}
	.on-building-content ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.building-title{
		padding: 15px 5px;
	}
	.subsite-banner-title h3{
	    font-size: 26px;
	}
	.subsite-banner-title h4 {
	    font-size: 18px;
	}
	.subsite-banner .owl-dots .owl-dot {
	    width: 10px;
	    height: 10px;
	    margin: 0 4px;
	}
	.subsite-banner .owl-dots{
		bottom: 10px;
	}
	.subsite-about{
		padding: 30px 0 40px;
	}
	.subsite-title h3 {
	    font-size: 26px;
	}
	.subsite-title {
	    margin-bottom: 20px;
	}
	.subsite-about-content{
		padding-top: 30px;
	}
	.subsite-about-fl{
		width: 100%;
		padding-right: 0;
	}
	.subsite-about-fr{
		width: 100%;
		margin-top: 20px;
	}
	.subsite-merchant{
		padding: 30px 0;
	}
	.merchant-fn ul li {
		width: 116.25px;
	    font-size: 16px;
	}
	
	.merchant-icon:nth-child(1){
		margin-bottom: 20px;
	}
	.merchant-name-box .owl-dots{
		margin-top: 30px;
	}
	.subsite-contact{
		padding: 40px 0;
	}
	.contact-fn ul li{
		font-size: 16px;
	}
	.contact-fn{
		margin-bottom: 30px;
	}
	.shcd-list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.fbt-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.property-fr{
		width: 100%;
	}
	.property-fl{
		width: 100%;
	}
	.property-fl h3{
		font-size: 26px;
		text-align: center;
	}
	.subsite-hx ul li{
		width: 90px;
		font-size: 16px;
	}
	.subsite-hx{
		margin-bottom: 20px;
	}
	.subsite-hxBox-float{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	iframe{
		display: none;
	}
	.mobile-hx{
		display: block !important;
	}
	.subsite-hxBox-float p {
	    font-size: 18px;
	}
	.ne-join{
		padding: 40px 0 50px;
	}
	.society-content{
		padding: 40px 0 50px;
	}
	.society-fn ul li img{
		width: 40px;
	}
	.society-fn ul li p{
		font-size: 16px;
	}
	.society-fn ul li{
		height: 105px;
	}
	.society-fn{
		margin-bottom: 30px;
	}
	.society-join-title span{
		width: 25%;
		font-size: 16px;
	}
	.society-join-title span:nth-child(5){
		display: none;
	}
	.society-contenter label span{
		width: 25%;
		font-size: 16px;
	}
	.society-contenter label span:nth-child(5){
		display: none;
	}
	.society-contenter .tab_content{
		padding: 20px 10px;
	}
	.tab_content-flex{
		display: block;
	}
	.tab_content-nav{
		width: 100%;
	}
	.tab_content-nav:nth-child(1){
		padding-right: 0;
		margin-bottom: 20px;
	}
	.tab_content-nav:nth-child(2){
		padding-left: 0;
	}
	.ne-banner-title h2{
		font-size: 20px;
	}
	.ne-banner-title h5{
		font-size: 18px;
	}
	.merchants-content{
		padding: 40px 0 50px;
	}
	.merchants-content h3{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.merchants-entBox{
		display: block;
	}
	.merchants-entrance{
		width: 100%;
	}
	.merchants-entrance:nth-child(1){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.merchants-entTitle h4 {
	    font-size: 22px;
	}
	.merchants-popContent{
		width: 96%;
		padding: 30px 20px;
	}
	.merchants-popContent h3{
		font-size: 20px;
	}
	.merchants-popContent ul{
		margin-top: 20px;
	}
	.submitBtn{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.ne-news-content{
		padding: 40px 0;
	}
	.ne-newsList-nav{
		padding-left: 10px;
	}
	.jianT li{
		margin: 0 2px;
	}
	.xs-top{display: block;}
	.home-banner{
		margin-top: 55px;
	}
	.ne-banner{
		margin-top: 55px;
	}
	.subsite-banner{
		margin-top: 55px;
	}
	.contact-left{width: 100%;}
	.map{height: 330px;}
	.contact{padding: 25px 0;}
	.contact-right{width: 100%;height: 190px;}
	.contact-right h3{padding-left: 5%;margin-top: 15px;}
	.contact-right p{padding-left: 5%;margin-bottom: 10px;}
	
	.footer-top{
		padding: 20px 0;
	}
	.footer-ewm{
		margin-top: 0;
	}
	.footLogo{
		display: none;
	}
	.footer-ewmList:nth-child(1){
		display: none;
	}
	.footer-ewmList:nth-child(2){
		float: none;
		margin: 0 auto;
	}
	.home-banner .active .banner-title{
		bottom: 15%;
	}
	.subsite-hxBox{
		display: block;
	}
	.subsite-hxBox-float .wrap .smallImg, .subsite-hxBox-float .wrap .bigImg{
		position: relative;
	}
	.subsite-hxBox-float #shadow{
		display: none !important;
	}
	.banner-map{
		margin-top: 55px;
	}
	.pc-banner-map{
		display: none;
	}
	.mobile-banner-map{
		display: block;
	}
	.kjcx-title h3{
		font-size: 26px;
	}
	.kjcx-title span{
		font-size: 18px;
	}
	.kjcx-list p{
		line-height: 26px;
		text-align: justify;
	}
	.kjcx-list:nth-child(1){
		margin-bottom: 50px;
	}
	.kjcx-content{
		padding-top: 50px;
	}
	.sh-detail{
		padding: 40px 0;
	}
	.sh-img{
		width: 100%;
	}
	.sh-message{
		width: 100%;
		margin-left: 0;
		padding-top: 30px;
	}
	.sh-name span {
	    font-size: 18px;
	}
	.sh-name h4 {
	    font-size: 20px;
	}
	.sh-name{
		margin-bottom: 10px;
	}
	.sh-message-content h4{
		 font-size: 18px;
	}
	.sh-lx ul li span{
		font-size: 18px;
		width: 102px;
		padding-right: 12px;
		margin-right: 15px;
		line-height: 26px;
	}
	.sh-lx ul li p{
		font-size: 18px;
		width: calc(100% - 117px);
		line-height: 26px;
	}
	.sh-lx ul li span:before{
		width: 6px;
    	height: 14px;
    	top: 6px;
	}	
	.w860{		
		width: 94%;	
	}
	.subsite-hxBox-float p{
		position: relative;
	}
	.new-nr-fl{
		width: 100% !important;
	}
	.new-nr-fr{
		width: 100% !important;
	}
	.footer-beian p span{
		display: block;
	}
	.footer-beian p span:nth-child(1){
		margin-right: 0;
	}
}
@media(-webkit-device-pixel-ratio: 1.25){
  body{
    zoom: 0.8;
  }
}

@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@keyframes changeright{       	 
0%{-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
50%{-moz-transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
100%{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}


@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}


@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}


@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}


@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}

















